home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000215_fdc@watsun.cc.columbia.edu_Mon Jun 18 09:44:50 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  41 lines

  1. Article: 12535 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: must write a soft including Kermit binary file send
  6. Date: 18 Jun 2001 13:44:51 GMT
  7. Organization: Columbia University
  8. Lines: 24
  9. Message-ID: <9gl0kj$l64$1@newsmaster.cc.columbia.edu>
  10. References: <9ghrnm$m59$1@front1m.grolier.fr> <9gislq$j3l$1@newsmaster.cc.columbia.edu> <3b2dbe15$1_2@news.datacomm.ch>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 992871891 21700 128.59.39.2 (18 Jun 2001 13:44:51 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Jun 2001 13:44:51 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12535
  16.  
  17. In article <3b2dbe15$1_2@news.datacomm.ch>,
  18. jean-luc <jgriess@caramail.com> wrote:
  19. : The receiver Kermit is on a OS-9 system.
  20. : To automate a test-production system,
  21. : I must be able to download files to the OS-9 System
  22. : using a Labview Application.
  23. : In fact, I need only 5% of Kermits capabilities
  24. : file transfer 8bit quoting auto-download
  25. You can either use the Kermit software that is already
  26. written for OS-9:
  27.  
  28.   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30. or you can write a Kermit implementation yourself based
  31. on the protocol specification.  The hex bytes that you
  32. quoted are not going to help you understand the protocol;
  33. they vary according to settings and conditions and
  34. negotiations.  You either have to read about it or just
  35. use what is already available.
  36.  
  37. - Frank
  38.